home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / envptibm.arc / READ.ME next >
Text File  |  1987-05-19  |  3KB  |  66 lines

  1.                                 
  2.                                 SIDEPRNT
  3.  
  4.         Written for the IBM PC XT,
  5.         Compaq Portable, and
  6.         IBM COMPATIBLE PRINTERS
  7.  
  8. References:  John T. Bagwell, Jr.  :  Original TURBO source code for
  9.                                       EPSON printers
  10.  
  11.              WRM Systems              Following instructions and
  12.              1404 Mockingbird Lane    Operating style, modified as per
  13.              Corsicana, TX            the original SIDEPRNT style.
  14.  
  15.         Thank you for trying SIDEPRNT. I always felt kind of left holding the
  16. bag (if you know what I mean) after using my wordprocessor to write a letter.
  17. I disposed of my old style typewriter years ago, so I have to HAND ADDRESS 
  18. every envelope that I use. 
  19.  
  20.         SIDEPRNT to the rescue. After writing my letters I just insert an
  21. envelope (vertically) and rotate it around to where the top of the envelope is 
  22. aligned with the top of the print head. Be sure that the bottom, (now the left
  23. side), of the envelope, is aligned with the Left Side of a normal sheet of
  24. paper, about 1/4" right of the sprockets.
  25.         I would suggest that you try printing on a plain piece of paper first 
  26. just to get the feel of how the program works.
  27.  
  28.  -------------------------------SETUP-------------------------------------------
  29.  
  30.         In this version you must use the DOS "copy" Command in order to update 
  31. the Return.dat & Address.dat files.  On the other hand, you can use any ASCII
  32. text editor such as QEDIT to create the Return and Address files.  To use
  33. DOS to do this, simply follow the example below.
  34.  
  35. AT THE DOS PROMPT TYPE
  36.  
  37.                  TYPE                               DO NOT TYPE (PRESS)
  38. |----------------------------------------|        |---------------------|
  39.  
  40.      COPY CON RETURN.DAT                              CARRIAGE RETURN
  41.          YOUR NAME                                        '      '
  42.          YOUR ADDRESS                                     '      '
  43.          YOUR CITY STATE ZIP                              '      '
  44.          CTRL-Z                                           '      '
  45.  
  46.  
  47.         After the last carriage return DOS will answer:
  48.          (1) File Copied
  49.  
  50.         Repeat the above for the address.dat File replacing RETURN.DAT with
  51. ADDRESS.DAT although this version will accept any legal filename on the
  52. command line.  I use a single-spaced file for my RETURN.DAT and a double-
  53. spaced file for my ADDRESS.DAT.  It looks better on the finished product.
  54. I have also found that fewer smudges occur from a new printer ribbon if the
  55. printer bail is left away from the envelope being printed.
  56.  
  57.         If you experience problems be sure that your config.sys file is set to 
  58. FILES=16 or more.
  59.  
  60.         After inserting your envelope & configuring the data files; at the DOS
  61. Prompt type:      SIDEPRNT address.dat   (or whatever file you have created)
  62.  
  63.         It's that simple!
  64.                                Enjoy
  65.                                                 John R. DeBolt
  66.